home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / shell / cfn.readme < prev    next >
Text File  |  1995-07-02  |  3KB  |  84 lines

  1. Short:    Completes filenames in shellwindows ** Update **
  2. Author:   e93hpe@efd.lth.se (Håkan Persson)
  3. Uploader: e93hpe@efd.lth.se
  4. Type:     util/cli
  5.  
  6.         CFN - Complete FileNames
  7.  
  8.      This is a utility which provides filename completion in a ordinary
  9.      shell window. Once installed it allows you to type the first few
  10.      characters in the filename then press Tab and the rest is filled in
  11.      for you. Also  you can now press Left-Amiga-Tab to cycle through
  12.      intuition windows. There are now two versions of the program, CFN
  13.      which is the full version and CFNLITE which doesn't support window
  14.      cycling. Though the programs only differ about 300 bytes in size, CFN
  15.      uses a bigger stack and therefore requires about 2.5 Kbytes extra.
  16.  
  17.             Installation
  18.             ------------
  19.  
  20.      0. Check that your Amiga has Kickstart 2.0 or higher!
  21.      1. Copy CFN (or CFNLITE) and Notify to somewhere in your path ie C:
  22.      2. Add the following lines to your s:startup-sequence.
  23.       Stack 2048      ; CFN allocates its own stack!
  24.       Run >nil: CFN   ; Or CFNLITE
  25.       Stack 4096      ; Or whatever size you want
  26.      3. Put the following line FIRST in your s:shell-startup.
  27.       Notify      ; Notify depends on the shellwindow being active,
  28.               ; if another window is active that window will
  29.               ; get filename-completion.
  30.      4. Now reboot to turn CFN on!
  31.  
  32.             Operation
  33.             ---------
  34.  
  35.      Open a shell window. Type a few characters in a filename. Now press
  36.      Tab, CFN will find the first file in the directory with the beginning
  37.      you specified and fill in the missing characters for you. If you press
  38.      Tab once more CFN will find the next match for you and replace the
  39.      previous filename. Continue to press Tab. When no match is found
  40.      DisplayBeep() is called and the screen blinks.
  41.  
  42.      Press Left-Amiga-Tab to cycle through intuition windows.
  43.  
  44.      CFN is a hack, that means some peculiar things can happen. CFN
  45.      remembers the characters typed in the shell window with some
  46.      restrictions. Pressing one of the arrowkeys or space or ctrl-x causes
  47.      CFN to clear its buffer, so after editing a command line CFN wont
  48.      work. Also ">" and "<" in the beginning of filenames are ignored
  49.      (pipes).
  50.  
  51.      To remove CFN from memory just send it a CTRL-C signal, this is
  52.      easiest done using the CLI command BREAK <processnumber>. To find out
  53.      the processnumber use the CLI command status.
  54.  
  55.             Author
  56.             -------
  57.  
  58.      CFN is based on CFN (Fish 888) written by Andreas Günther. It was
  59.      converted to E and enhanced by me. It is now a lot more stable, faster
  60.      and requires less memory. This program is Public Domain, but I really
  61.      would appreciate some feedback: a postcard, email or even a bug report ;-).
  62.  
  63.          Håkan Persson
  64.          Magistratsvägen 55F206
  65.          226 44 Lund
  66.          Sweden
  67.  
  68.      Or email: e93hpe@efd.lth.se
  69.  
  70.  
  71. ============================= Archive contents =============================
  72.  
  73. Original  Packed Ratio    Date     Time    Name
  74. -------- ------- ----- --------- --------  -------------
  75.     4112    2110 48.6% 05-May-95 14:57:22 +CFN
  76.     8005    3156 60.5% 05-May-95 14:46:18 +cfn.e
  77.     3844    2024 47.3% 05-May-95 15:01:58 +CFNLITE
  78.     7205    2920 59.4% 05-May-95 11:12:44 +cfnlite.e
  79.      732     511 30.1% 02-Sep-92 12:24:42 +Notify
  80.      668     375 43.8% 02-Sep-92 12:50:28 +Notify.e
  81.     2708    1354 50.0% 05-May-95 15:12:10 +Readme!
  82. -------- ------- ----- --------- --------
  83.    27274   12450 54.3% 19-May-95 16:51:52   7 files
  84.